Broadway: Improve formatting of an error message
authorMatthias Clasen <mclasen@redhat.com>
Fri, 22 Aug 2014 15:02:31 +0000 (11:02 -0400)
committerMatthias Clasen <mclasen@redhat.com>
Tue, 30 Sep 2014 03:05:21 +0000 (23:05 -0400)
https://bugzilla.gnome.org/show_bug.cgi?id=735192

gdk/broadway/gdkbroadway-server.c

index 642e65df44c2c4e285c5aa82f1e3a80e91f3a6f8..904eb7e13d6c26f11fdc105a1519cf23dd1bd2bc 100644 (file)
@@ -140,7 +140,7 @@ _gdk_broadway_server_new (const char *display, GError **error)
   else
     {
       g_set_error (error, G_IO_ERROR, G_IO_ERROR_NOT_SUPPORTED,
-                  _("broadway display type not supported '%s'"), display);
+                  _("Broadway display type not supported: %s"), display);
       return NULL;
     }